Skip to content

docs: consolidate outstanding docs fixes#5166

Queued
clockwork-labs-bot wants to merge 21 commits into
masterfrom
docs/consolidated-docs-prs
Queued

docs: consolidate outstanding docs fixes#5166
clockwork-labs-bot wants to merge 21 commits into
masterfrom
docs/consolidated-docs-prs

Conversation

@clockwork-labs-bot
Copy link
Copy Markdown
Contributor

@clockwork-labs-bot clockwork-labs-bot commented Jun 2, 2026

Summary

Consolidates the outstanding docs PRs opened by clockwork-labs-bot / Docs Gremlin into one reviewable PR:

This combines docs updates for:

  • getting-started links
  • server-issued auth token reconnect behavior in the Unity tutorial
  • C++ module/client language coverage
  • Unreal client ticking / FrameTick guidance
  • C# connection callback signatures and codegen language spelling
  • deterministic schedule-table sample time
  • client frame ticking troubleshooting
  • corrected spacetime generate usage for Unreal bindings
  • TypeScript framework integration reference updates for SolidJS and current React query-builder tuple usage

Validation

  • rg -n '^(<<<<<<<|=======|>>>>>>>)' docs crates skills
  • git diff --check origin/master...HEAD
  • pnpm --dir docs typecheck
  • pnpm --dir docs build

Comment thread crates/cli/src/subcommands/generate.rs Outdated
@clockwork-labs-bot
Copy link
Copy Markdown
Contributor Author

Jason, good catch on the generate usage line. I restored --unreal-module-name, kept the module source group first, and left the Unreal output option in the output group so the usage no longer implies Unreal flags are mutually exclusive with module source flags.

Copy link
Copy Markdown
Contributor

@JasonAtClockwork JasonAtClockwork left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Copy Markdown
Contributor

@JulienLavocat JulienLavocat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auth changes LGTM

@bfops bfops linked an issue Jun 3, 2026 that may be closed by this pull request
@cloutiertyler cloutiertyler enabled auto-merge June 4, 2026 14:24
@cloutiertyler
Copy link
Copy Markdown
Contributor

Code owned files LGTM

@clockwork-labs-bot
Copy link
Copy Markdown
Contributor Author

Daily skills/docs consistency audit update (2026-06-05): fixed a TypeScript table example in the tables guide to use the correct identity column builder, t.identity().primaryKey().\n\nValidation: pnpm build from docs/ passed. Docusaurus emitted the existing llms-txt warning for /docs/ask-ai/ask-ai, but completed successfully.

@cloutiertyler cloutiertyler added this pull request to the merge queue Jun 5, 2026
Any commits made after this event will not be merged.
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jun 5, 2026
@bfops bfops added this pull request to the merge queue Jun 5, 2026
Any commits made after this event will not be merged.
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jun 5, 2026
@bfops bfops added this pull request to the merge queue Jun 5, 2026
Any commits made after this event will not be merged.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add description of default Auth (not SpacetimeAuth/OIDC) to Docs/Authentication

4 participants